CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des 明文

搜索资源列表

  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm for the key system of symmetrical cipher system, also know
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:13185
    • 提供者:yangyifan
  1. DES-security

    0下载:
  2. DES基于简单的代替-置换网络,进行16轮迭代,完成了扩散和混合操作,形成密文;DES加密算法的处理细节:DES对64bit明文输入首先进行IP变换,分成左右各32位的分组,然后进行16轮迭代,最后经过逆IP置换,输出该分组加密后的结果;对于DES的每一轮迭代,又先后经过选择运算E、异或伦密钥、S盒混合、P置换等步骤; -DES composed and a good application to keep your files security .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4643545
    • 提供者:王锡爵
  1. DES

    0下载:
  2. DES加密解密实现,可输入明文输出密文等,并可显示加密解密时间。-DES encryption and decryption, enter the clear text output the ciphertext, and can display the encryption and decryption time.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4142
    • 提供者:李玉婵
  1. DES

    0下载:
  2. 用DES算法实现信息的加密以及解密,界面友好,明文和密钥均可自由设置-DES algorithm encryption and decryption of information, friendly interface, the plaintext and the key can be freely set
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1907394
    • 提供者:宁馨儿
  1. DES

    0下载:
  2. 对称密码算法 DES 1、DES的加密、解密算法流程框图    2、DES加密系统关键模块的实现(加必要代码注释)    3、DES加密前后的明文与密文-Symmetric cryptographic algorithm DES In 1, DES encryption, decryption algorithm flow diagram you you2, DES encryption system key modules (add the neces
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:11179
    • 提供者:zlg
  1. DES

    0下载:
  2. DES算法的实现,8字节明文,自动实现加解密-DES algorithm implemented
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:168534
    • 提供者:张钧篪
  1. des

    0下载:
  2. des加密算法,两个des同时加密,128bit明文-des encrption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:5692
    • 提供者:蜜三刀
  1. des-daima

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:-DES ( Data Encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:47770
    • 提供者:yhg
  1. des

    0下载:
  2. 基于DES算法,明文转化为密文的基本编程。-Based on the DES algorithm, the plaintext into ciphertext programming。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2828
    • 提供者:张新
  1. des

    0下载:
  2. DES加密算法,加密和解密的程序,自行输入密钥和明文-the DES encryption algorithm,the DES encryption algorithm,the DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2392
    • 提供者:liumenfei
  1. DES-ECB

    0下载:
  2. DES 工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式.当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密.DES的过程是:加密前,先将明文分成64位的分组,然后将64位二进制码输入到密码器中.密码器对输入的64位码首先进行初始置换,然后在64位主密钥产生的16个子密钥控制下进行16轮乘积变换,接着再进行末置换,即可得到64位已加密的密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:318611
    • 提供者:joe
  1. des

    0下载:
  2. 输入任意8个英文字符明文可以被7位密钥加密-8 Enter any English characters expressly seven key encryption
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-06
    • 文件大小:3579
    • 提供者:maomao
  1. des

    0下载:
  2. C++实现的一个完整des算法,可以从一个文件中取出明文,加密后放入另一个文件,再解密到另一个文件-C++ to achieve a complete des algorithm, can be removed from a file in plaintext, encryption into another file, and then decrypt to another file
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:305435
    • 提供者:马超
  1. DES

    0下载:
  2. 用Matlab实现的DES算法。在Matlab窗口输入DESDECP(a,b,n),其中a,b表示16进制的明文和密钥,n为1表示加密,否则表示加密。-DES algorithm using Matlab. In Matlab window field DESDECP (a, b, n), where a, b indicates a hexadecimal plaintext and key, n is 1 shows an encryption, or that encryption.
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:2343
    • 提供者:赵可
  1. des-algorithm

    0下载:
  2. 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:2944424
    • 提供者:李中原
  1. DES

    0下载:
  2. DES加密解密 c语言实现.可自己修改指定长度的密钥、明文,以得到相应的密文-DES encryption decryption c language can modify the specified length of the key, plaintext to ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:3613
    • 提供者:阿光
  1. DES

    0下载:
  2. 自己写的DES程序,密钥及明文密文均用数组存储,支持文件读写-DES program to write their own key and plaintext ciphertext are stored in an array, supporting documents to read and write
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:660426
    • 提供者:王久力
  1. DES

    0下载:
  2. DES密码加密算法 对8字符明文进行加密 输出密文-DES password encryption algorithm to 8 characters text is encrypted output ciphertext
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:3791
    • 提供者:wangaohui
  1. DES

    0下载:
  2. 实现DES数据加密算法, 明文按64位进行分组, 密钥长64位。-DES data encryption algorithm to achieve expressly grouped according to 64, the key length of 64 bits.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:10560
    • 提供者:戴慧超
  1. DES

    0下载:
  2. 支持明文文件读取和密文文件存储的DES加密解密算法。BUG已修正。-Plaintext and ciphertext file read file storage DES encryption and decryption algorithms. BUG has been fixed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:1128831
    • 提供者:张滢
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com